Skip to main content
Feedback

HTTP Basic Authentication Policy

Description

  • Policy provides HTTP Basic Authentication support between call from user client and Cloud API Management gateway.

  • In the HTTP Basic Authentication, base64 encoded user ID and password separated by : and concatenated with Basic sent in Authorization header from client end, and credentials are validated at Cloud API Management gateway.

  • Basic Authentication credentials are configurable using Cloud API Management package key(client_id/username) and secret (client_secret/password).

On this Page